WASTED Modding Documentation  1
ModdingDocumentation
ExplodeAction Class Reference

Creates an explosion. More...

Inheritance diagram for ExplodeAction:
ConditionAction

Public Attributes

bool targetSelf = false
 When enabled, the action targets the owner of the condition.
 
ExplosionClass explosionClass
 The ExplosionClass of the explosion.
 
string damageExpression = "0"
 An expression that evaluates to how much damage the explosion deals.
 
string radiusExpression = "0"
 An expression that evaluates to the radius of the explosion.
 
string forceExpression = "0"
 An expression that evaluates to the amount of force the explosion applies.
 
string contextTags = "explosion"
 Comma separated. Specifies the context tags that are applied to the attack this explosion makes on targets.
 
bool affectOwner = true
 Does this explosion affect the person who created it?
 
List< ConditionEffect > addedConditionEffects
 A list of Conditions applied to victims of this explosion.
 

Detailed Description

Creates an explosion.


The documentation for this class was generated from the following file: